
@font-face {
  font-family:"Bfont"; 
  src: url(../fonts/big.ttf) format('truetype');
}
@font-face {
  font-family:"Sfont";
  src: url(../fonts/small.ttf) format('truetype');
}
@font-face {
  font-family:"honor";
  src: url(../fonts/honor.ttf) format('truetype');
}
    
.Bfont{
	font-family:"Bfont"; 
}
.Sfont{
	font-family:"Sfont"; 
}


html, body {
	position: relative;
	height: 100%;
	width: 100%;
	font-family:"Sfont","Microsoft YaHei",微软雅黑,Helvetica Neue, Helvetica, Arial, sans-serif;; 
}

p{
    font-size: 12px;
}

body {
	background: #fff; 
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;

}

.lh-24{
	line-height: 24px;
} 

a:hover{
	color:#000;
}

.clear{
	clear: both;
}

/*******样式重置************/

input:focus,
textarea:focus,
button:focus{
	outline: none; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}
 
.fweight{ 
	font-family:"Bfont";
}
.fw300{
	font-weight:300!important;
		font-family:"Sfont";
}
.coloron{
	color:#dbbc87!important;
}
.colora6{
	color:#A6A6A6!important;
}
.color000{
	color:#000!important;
}


.colorfff{
	color:#fff!important;
}

.color666{
	color:#6f6f6f!important;
}
.colorddd{
	color:#ddd!important;
}
.colorccc{
	color:#ccc!important;
}

.color888{
	color:#888!important;
}

.color39{
	color:#393939!important;
}

.color2a{
	color:#2a2a2a!important;
}
.coloron{
	color:#dbbc87!important;
}
.bg000 {
	background: #000!important;
}

.bg1f{
	background: #1F1F1F!important;
}
.bg15{
	background: #151515!important;
}
.bgf8{
	background: #f8f8f8!important;
}
.bgf7{
	background: #f7f7f7!important;
}

.bgblue{
	background: #EDF0FA!important;
} 
.bgblue2{
	background: #F7F8FD!important;
}

.bg0{
	background: #000!important;
}

.bgddd{
	background: #ddd!important;
}

.bgfff{
	background: #fff!important;
}
.bgf5{
	background: #f5f5f5!important;
}

.bg39{
	background: #393939!important;
}
.bg44{
	background: #444444!important;
}
.bg16{
	background: #161616!important;
}

.jiange{
	display: block;
	width: 100%;
	height: 10px;
}
.fixed-top{
    z-index: 9999999999999999999;
}

.border-bottom-ddd{
	border-bottom: 1px solid #ddd;
}


.border-bottom-new{
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.w-80{
	width: 80%;
}

.fs-80{
	font-size: 80px
}

.fs-48{
	font-size: 48px;
}

.content{
	min-height: 200px;
}

.gradient-text {
      background: linear-gradient(to right, #c8a573 0%,  #fef1e0 80%);
      -webkit-background-clip: text;
      color: transparent; 
      text-align: center; 
  }

.border-top-yellow{
	border-top:1px solid #debc8f;
}

.pt-mt-0{
	padding:0!important;
	margin:0!important;
}  

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}

.navbar-light .navbar-toggler{
	border:none;
	outline: none;
}

.leter12{
	letter-spacing:8px;
}
.leter20{
	letter-spacing: 20px;
}


.d-flex-center{
	justify-content:center;    
	align-items:center;
}

.text-center-dflex{
	justify-content:center;   
}

.flex-wrap{
	flex-wrap: wrap;
} 
.lingdong-btn{     
    border-radius:30px;
       text-align: center;
       cursor: pointer;
       position: relative;      
    overflow: hidden;
    display: inline-block; 
    transition: all 0.6s;    
    background:#fff;
    width: 128px;
    height: 40px;
    line-height: 40px;
}

 
.lingdong-btn a{
      display: inline-block;
      width: 100%;
      height: 100%;
      z-index: 10;
      color:#2a2a2a;
      text-decoration: none;
      position: absolute;
      left:0;
      top:0;
      text-align: center!important;

    }
   
.lingdong-btn:hover:after{
       left:0;
       color:#000!important;
    }

.lingdong-btn:hover a{
      text-decoration: underline; 
text-underline-position: under;
text-underline-offset:3px;
 text-decoration-thickness: 1px; 
    }

.lingdong-btn-on{
   background:#FF6600!important;
}
.lingdong-btn-on a{
  color:#fff;
}


.lingdong-btn2{
	background: #fff;
	height: 40px;
    line-height: 40px;
}
.lingdong-btn2 a{	
	color:#000;
}
.lingdong-btn2:after{  
       background: #dbbc87; 
}



.lingdong-btn-nobg{
	background: rgba(0,0,0,0);
	height: 40px;
    line-height: 40px;
    border:1px solid #fff;
        border-radius: 30px;
}
.lingdong-btn-nobg a{	
	color:#FFF;
}
.lingdong-btn-nobg:after{  
       background: #dbbc87;
       color:#000; 
}

.lingdong-btn:hover a{
      text-decoration: underline; 
text-underline-position: under;
text-underline-offset:3px;
 text-decoration-thickness: 1px; 
    }
    
    
    
    
    

.lingdong-btn-black{
	background: #000;
	height: 40px;
    line-height: 40px;
    border:1px solid #fff;
    border-radius: 30px;
    color:#fff;
}
.lingdong-btn-black a{	
	color:#FFF!important;
}
.lingdong-btn-black:after{  
       background: #dbbc87;
       color:#000; 
}

 
        
    
 

/*******logo和menu*************/

.logo .logo-sm-height{
	height: 36px;
	margin: 12px 0;
	
}

.logo-white img{
	 filter:grayscale(0) brightness(0)
}



.navbar{
	padding:15px;
	transition: all 0.6s;
}
.navbar-expand-lg .navbar-nav .nav-link{	 
 	color:#fff; 
	font-size: 12px;
	color:#fff;
	margin-right:2rem;
	margin-left:2rem;
	padding: 0;
	display: inline-block;
	height:58px;
	line-height: 58px;
	top:0;
}
.menu-on{
	padding:0px 15px; 
}
.menu-on2{
	padding:15px;
}

.menu-on .navbar-nav .nav-link{
	color:#fff;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
	border-right:none;
}
.navbar-expand-lg .navbar-nav .nav-item:hover{
	color:#dbbc87;
	border-bottom:1px solid #dbbc87;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{
    color:#dbbc87;
}
 
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	 border-bottom:none;
	 color:#fff;
	 
}

.nav-item{
	position: relative;
	border-bottom:1px solid #151515;
}
.sub_nav_bg{
	 position:fixed;
	 left:0;
	 top:60px;
	 z-index: 99999999;
	 width: 100%; 
	 background:#151515;
	 font-size: 14px; 
	 float: left;
	 transition: all 0.6s;
	 height:0;
	 overflow: hidden;
     
} 
.sub_nav{
	 width:340px;	
	 margin:20px auto; 
	 font-size: 12px;
	 color:#666;   
}
 
.sub_nav li a{
	color:#fff;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #151515;
}
.sub_nav li a:hover{
	color:#dbbc87;
	border-bottom: 1px solid #dbbc87;

}
.nav-item:hover .sub_nav_bg{
	height: 340px;
	box-shadow: 0px 10px 10px -10px #151515;
	 
}


.w0 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}



.buy{ 
	color:#fff;
	padding:0px 15px; 
	position: relative;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}



.buy .buy_list{
	position: absolute;
	right:50px;
	z-index: 999;
	top:0px;
	padding:0;
	display: none; 
	padding-top: 14px;

}

.buy .buy_lang{
    right:150px; 
}

.buy .buy_list li{ 
	margin:1px 0;
	width: 140px; 
	text-align: left; 
	overflow: hidden;	
	line-height: 24px;
	margin-top: 6px;
}
.buy .buy_list li a{
	color:#fff;
	font-size: 12px; 
	display: inline-block;
	padding-bottom:5px;
	border-bottom: 1px solid #151515
}
.buy .buy_list li a:hover{
	color:#dbbc87;
	border-bottom: 1px solid #dbbc87;
}
.buy .buy_list img{
	width:70%;
	transition: all 0.6s;
}
.buy:hover .buy_list{
	display: block;
}
.buy .buy_list img:hover{
	transform: scale(1.3);
}
.buy:hover  .search-bg{
	height: 340px; 
		box-shadow: 0px 10px 10px -10px #151515;
}
.buy .search-bg .container{
	position: relative;
}



.w0{
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}
.btn-open-search,
.btn-open-search2 {
	margin-top:0px;
	margin-left:2rem;
	display:inline-block;	
	cursor:pointer;	 
}
.btn-open-search i,
.btn-open-search2 i{
	width: 30px;
	height: 30px;
	display: inline-block;
	 
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

 .btn-open-search2{
 	display: none;
 }



.myphone{ 
	transition: all 0.6s;
	display: inline-block;
}

.search-bg{
	 position:fixed;
	 left:0;
	 top:60px;	 
	 z-index: 9999;
	 width: 100%; 
	 background:#151515;
	 font-size: 14px; 
	 float: left;
	 transition: all 0.6s;
	 height:0;
	 overflow: hidden;
     border-top:1px solid #333;
}
.search-bg-on{
	height: 340px;
		box-shadow: 0px 10px 10px -10px #151515; 
}
.top-search {
	position:absolute;
	top:100px;
	z-index:999;
	left:50%;
	transform: translateX(-50%);
	width: 0px;
	transition: all 0.6s;
	overflow:hidden;
}


.top-search input {
	border:none;
	background:#333;
	width:300px;
	height:40px;
	outline:none;
	padding-left:15px;
	display:inline-block;
	border-radius:20px;
	border:1px solid #333;
	font-size: 14px;
	font-weight: normal;
	transition: all 2s;
	color:#fff;

}
.top-search input:-webkit-autofill {
 box-shadow: 0 0 0 10000px #333 inset;
 border:1px solid #333;
 -webkit-text-fill-color: #fff;
}


.searchon{	 
	width: 300px;	
    transition: all 0.6s;
}

.top-search button {
	outline:none;
	border:none;
	background:none;	
	width:60px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#ddd;
	position: absolute;
	right:-5px;
	top:-8px;
}
.top-search button:hover {
	color:#dbbc87;
}

.top-search  span{
	position: relative;
}

.right-phone {
	line-height:74px;
	font-size:20px;
}
.right-phone i {
	margin-right:10px;
}

 




/*******banner*************/



.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#video {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.topjiange{
	height: 60px;
}
.index_banner{
	height: 720px;  
}

#index_banner{
    height: 960px;
}
.index_banner .swiper-slide img {
	height: 100%;
}

.index_banner .txt1{
	top:30%;
}
.index_banner .txt2{
	top:40%; 
	right:10%; 
	width:700px;
}

.honor .swiper-container{padding-bottom: 30px;}
.swiper-pagination-honor{ bottom: 0 }

#media{
     height: 960px;
     background:#000;
 }

#media .txt1{
	top:20%;
}

.banner-title1{
	font-size: 50px;
	font-weight: bold;
}
.banner-title2{
	font-size: 30px;
	font-weight: bold;
}



.banner-title3{
	font-size: 44px;
	font-weight: bold;
}
.banner-title4{
	font-size:50px;
	font-weight: bold;		 
}



.arrow-left {
	background:url(../images/banner_arrow2.png) no-repeat left top;
	position:absolute;
	left:20px;
	top:45%;
	margin-top:-35px;
	width:70px;
	height:70px;
	z-index:999;
}
.arrow-right {
	background:url(../images/banner_arrow2.png) no-repeat left bottom;
	position:absolute;
	right:20px;
	top:45%;
	margin-top:-35px;
	width:70px;
	height:70px;
	z-index:999;
	outline:none;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom:20px
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius:5px;
	border:1px solid #fff;
	background: rgba(0,0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
}

.swiper-pagination{ height: 10px;text-align: center ;  width: 100%; position: absolute; left: 0; bottom: 200px; z-index: 999;}
.swiper-pagination span{display: inline-block; width: 10px; height: 10px;border-radius:50%; background: #fff; margin: 0 10px; transition: all .5s; cursor: pointer;}
.swiper-pagination-bullet-active{  width: 30px!important; border-radius: 25px!important;}


.pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 28px;
width: 100%;
z-index:999;
display: block;
}
.swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
opacity:1;
border-radius: 5px;
border:1px solid #fff;
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;

}
.swiper-pagination-bullet-active{
  background: #fff;
  
}
  

/*******首页视频************/
.video-mode{
    position: relative;
    overflow-y: hidden;
    z-index: 1;
    height: 720px;
  }

  .video-txt-box{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    color:#fff;
    justify-content:center; 
    padding-top: 60px;
    align-items: center;
    cursor: pointer;
  }
.video-txt-box .box1{
     color:#fff; 
     margin-top: -64px;
     width:900px;    
   }


/******弹出视频************/
.quote {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 999999999;
	display: none;
	color: #005A3F;
}

.quote-black{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:rgb(0,0,0,0.8);
	z-index: 999999999999999999;
	display: none;
	color: #005A3F;
}

.messagebox {
	width: 910px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -300px;
	background: rgba(0,0,0,0);
	padding: 0;
}

.videowh {
	width: 100%;
}

.block {
	display: block;
}

.closetc{
	display: block;
	width: 100%;
	text-align: right;
	float: right;
	background: none;
	margin-right: 0px;
	cursor: pointer;
	z-index: 99999999999999;
	display: inline-block;
	color: #333;
	position: absolute;
	right: 0px;
	top: -38px;
}

.closetc i {
	padding:0px;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	font-weight:300;
	background:#5D5D5D;
}

.closetc:hover i {
	background: #000!important;
	color: #FFF!important;
}
   

 

.haoying{
	background: #E6E6E8; 
	 
	z-index: 2;
	height: 720px;
	 
}

.haoying .products{
	max-width: 600px;
}
.music{
	background: #000;
	width:100%; 
	z-index: 3;
    height: 640px;
}

.music video{  
	width: 100%;  
	max-height: 640px;
	object-fit: cover
}


/******关于我们***********/
.about-mode{
    position: relative;
    margin-bottom: 200px;
    background: #fff;
    width: 100%; 
}

.about-txt-box{
    position: absolute;
    left:0;
    bottom:-150px; 
    width: 100%; 
    z-index: 99;
   
}

.about-txt-box .about-box1{
     color:#333;       
     background: #fff; 
     border-radius: 20px;
     border:1px solid #ddd;
     padding: 50px 15px;
     text-align: center;
     box-shadow:1px 1px 32px 0 rgb(22 21 23 / 19%);
}



/*******首页产品************/

.index_product2{
	background: #F7F8FD;
}
.index_product2_list{
	 position: relative;
	 overflow:hidden;
}
.index_product2_list img{
	transition: all 0.6s;
	}
.index_product2_list:hover img{
	transform: scale(1.1);
}	
.index_product2_list .title{
	 position: absolute;
	 height: 40px;
	 line-height: 40px;
	 width:100%;
	 text-align: center;
	 z-index: 999;
	 left:0;
	 bottom:5px;
}


.index_product{
	background: #F7F8FD;

}
.index_product .title-box{
	padding-top: 50px;
	padding-bottom: 70px;
}
.index_product .title{
	font-size: 44px;
	font-weight:normal;
	position: relative;
}
.index_product .title:after{
	content: '';
	bottom:-20px;
	width: 80px;
	height: 4px;
	background: #dbbc87;
	position: absolute;
	z-index: 999;
	left: 50px;
}

.index_product .product-list:nth-child(2),
.index_product .product-list:nth-child(3){
	background: #EDF0FA;
}
.index_product .product-list{
	padding:50px 0;
}
.index_product .product-list img{
   max-height: 320px;
   transition: all 0.6s;
}
.index_product .product-list:hover img{
	transform: scale(1.1);
}

.index_product .tjlist{

}

.index_product .tjlist .box{
	height: 640px;
	padding-top: 60px; 
	cursor: pointer;
}

.row { 
    margin-right: 5px;
    margin-left: 5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-right: 5px;
    padding-left: 5px;
}
.mb-10px{
	margin-bottom: 10px;
}


/******形象大使***********/
.xingxiang-mode{
    position: relative; 
	 height: 720px;
	 overflow:hidden;
}

.xingxiang-mode .bgimg{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}

.xingxiang-txt-box{
    position: absolute;
    top:0;
    right:8%; 
    width: 600px;
    height: 100%;
    z-index: 99;
    display: flex;
    color:#fff;
    justify-content:center; 
    align-items:center;
    
}
.xingxiang-txt-box-left{
	right:auto;
	left:12%;
}

.xingxiang-txt-box .xingxiang-box1{
     color:#fff; 
}


.xingxiang-box-260{
	width:260px;
	text-align: center;
}

.d-flex-right-txt{
	 display:flex;
	align-items: center;
	justify-content: end; 
	 width:100%;
	 height: 100%;
}

.xingxiang-txt-box-relative{    
   position:relative;    
    width: 600px;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-flow: wrap;
    color:#fff;
    justify-content:center; 
    align-items:center;    
}
.xingxiang-txt-box-relative-text{
	display: block;
}

/********首页新闻**************/


#index_news{
        width: 100%;
        height: 440px;
        margin: 20px auto;
        overflow:visible;
    }
.index_news_box{
	background: #fff;
	border:1px solid #f1f1f1;
	cursor: pointer;
	border-radius: 15px;
	overflow:hidden;
}
.index_news_box .img{
	height: 300px;
	overflow:hidden;
}

.index_news_box .img img{
	transition: all 0.6s
}
.index_news_box:hover .img img{
	transform: scale(1.1);
}

.index_news_box .title{
	 padding:20px;
}

.index_news_box .subtitle{
 padding:0 20px 20px 20px;
 overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.index_news_box .subtitle i{
	transition: all 0.6s;
	margin-top: 3px;
	width:20px;
	height: 12px;
	text-align: right;
	background: url(../images/r.png) no-repeat center center;
	background-size: 100% 100%;
}
.index_news_box .subtitle span{
	width:calc(100% - 40px);
	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  display: inline-block;
}
.index_news_box:hover .subtitle i{
	margin-right: -5px
}


.index_news_btn{
	display: inline-block;
	width: 200px;
	position: relative;
}
 

.arrow-left_news {
	background:url(../images/banner_arrow4.png) no-repeat left top;
	position:absolute;
	right:70px;
	top:45%;
	margin-top:-5px;
	width:52px;
	height:52px;
	z-index:999;
	cursor: pointer;
}
.arrow-right_news {
	background:url(../images/banner_arrow4.png) no-repeat left bottom;
	position:absolute;
	right:20px;
	top:45%;
	margin-top:-5px;
	width:52px;
	height:52px;
	z-index:999;
	outline:none;
	cursor: pointer;
}



/*********内页开始*****************/

.nybanner{	
	 	height: 640px;
	 	width: 100%;	
    background: #000;
}


.nybanner2{
width: 100%;
height: 480px;
background: #000;

}

.sub_menu{
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	padding:0 15px;
	display: inline-block;
	position: relative;
	color:#333;
}


.sub_menu:hover,
.sub_menu_on{
	color:#dbbc87; 
	text-decoration: underline;
	text-underline-position: under;
    text-underline-offset:3px;
    text-decoration-thickness: 1px;
}

.mianbao a{
	color:#fff;
	font-size: 12px;
	 margin:0 5px;
}
.mianbao a:hover{
    color:#dbbc87;
}
.mianbao2{
	height: 60px;
	line-height: 60px;
}
.mianbao2 a{
     font-size: 12px;
     margin:0 5px;
}
.mianbao2 a:hover{
    color:#dbbc87;
}
.btn-info {
    color: #fff;
    background-color:#222;
    border-color: #222;
}
.btn-info:hover {
    color: #fff;
    background-color:#dbbc87;
    border-color:#dbbc87;
}
.footer a:hover{
	color:#fff;
}

.foot-contact{
	text-align: right;
}



.foot-ico{
	position: relative;
	margin-left: 10px;
	display: inline-block;
}
.foot-ico i{
	width:34px;
	height: 34px;
	background: #e6e6e6;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	color:#000;
}
.foot-ico .float-box{
	 position: absolute;
	 right:-5px;
	 bottom:34px;
	 z-index: 999;
	 width:130px;
	display: none;
}
.foot-ico .float-box .down{
	height: 20px;
	margin-top: -2px;
	text-align: right;
	padding-right: 15px;
}
.foot-ico .float-box .down i{
	width:20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: none;
	color:#fff;
	font-size: 30px;
	margin-left: 10px;
	margin-top: -12px;
}
.foot-ico:hover .float-box{
	display: block;
}
 
 .fa-douying{  
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #666;
     width:34px;
    height: 34px;
    display: inline-block; 
    background: #333;
}
.fa-douying img{
	width:100%;
	height: 100%;
}




.online{
	width: 60px;
	right:5px;
	bottom: 100px;
	
}
.online .scroll-top{
	width:60px;
	height: 48px;
	border-radius: 24px;
	background: #f5f5f5;
	text-align: center;
	
}
.online .scroll-top .topto{
    width:30px; 
    margin-top:5px;
}

.online .scroll-top:hover{
	background: #000
}
.online .scroll-top:hover .topto{
     filter: grayscale(100%) brightness(2000%);

}
.copyright a:hover{
	color:#fff;
}
.online dl{
	padding-top: 5px;
}

.langes a img{
  width: 30px;
  margin-right: 5px;
  transition: all 0.6s;
}
.langes a{
  color:#444;
  transition: all 0.6s;
  display: inline-block;
 
}
.langes a span{
    font-family: Xanthie;
}
.langes a:hover{
  color:#000;
   transform:scale(1.1);
}

.foot-menu li a{
	color:#888;
}
.foot-menu li a:hover{
	color:#fff;
}
.border-top-color222{
	border-top:1px solid #222;
}
.border-top-color333{
	border-top:1px solid #333;
}


.foot-lang{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.foot-lang img{
	height: 20px;
}

.foot-lang .foot-langs{
	position: absolute;
	bottom:17px;
	left:0;
	width:130px;
	height: auto;
	padding:18px 0;
	z-index: 99;
	background: rgba(0,0,0,0);
	display: none;
}
.foot-lang .foot-langs .langlist{
	background: #222;
	border:1px solid #444;
	padding:10px 20px;
}
.foot-lang .foot-langs .langlist li{
	margin: 6px 0;
}
.foot-lang .foot-langs .langlist li a{
	font-size: 14px;
	color:#ccc;
	display: inline-block;
	padding-bottom:2px;
	border-bottom: 1px solid #222;
}
.foot-lang .foot-langs .langlist li a:hover{
    border-bottom: 1px solid #dbbc87;
    color:#dbbc87;
}
.foot-lang:hover .foot-langs{
	display: block;
}


.new_buy{
	padding:80px 0;
}

.liji_buy{
	position: relative;
	width:128px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
}
.liji_buy:hover{
	text-decoration: underline;
	text-underline-position: under;
text-underline-offset:3px;
 text-decoration-thickness: 1px;
}
 
 
.liji_list{
	position:absolute;
	top:15px;
	left:-400px;
	z-index: 999;
	width:900px; 
	display: none;
	padding-top: 35px;
}
.liji_list .lingdong-btn-nobg{
	width:120px;
}

.liji_buy:hover  .liji_list{
	display: block;
}

.colohoveron:hover{
	color:#dbbc87!important;
}



.foot-buy{
    color:#fff;
    padding-bottom:5px;
    margin:0 15px;
    padding-bottom:1px solid #000;
}

.foot-buy:hover{
    border-bottom:1px solid #dbbc87;
}






/***********关于我们********************/

.about-container{
	margin-top: 50px;
	margin-bottom:50px;

}
.about-container2{
	margin-top: 100px;
	margin-bottom: 1px;

}

.max1200{
	max-width: 1200px;
}

.about-box-a{
	width: 50%;
	height: 400px;
	float: left;
	padding:80px;
	background: #393939;
	color:#EBEBEB;
}
.about-box-b{
	width: 50%;
	height: 400px;
	float: left;
	padding:80px;
	background: #f5f5f5;
}

.clutre{
	display: inline;
}

.honor .swiper-pagination-honor .swiper-pagination-bullet{
	background:#393939;
	opacity: 0.5;
	bottom: -10px!important;
}
.honor .swiper-pagination-honor .swiper-pagination-bullet-active{
	opacity: 1;
}
.honor .swiper-pagination-honor {
	bottom:5px;
}


.map-container{
	margin-top: 0px;
	margin-bottom: 0px;

}


.honor-num{

}
.honor-num .hononr-t1 {
	font-size: 60px;
	 font-weight: 300px;
	 color:#dbbc87;
}
.honor-num .hononr-t1 .timer{
	 font-size: 60px;
	 font-weight: 300px;
}






/**********产品列表******************/


.product_list_index{
	background: #F8f8f8;

}
.product_list_index .title-box{
	padding-top: 50px;
	padding-bottom: 70px;
}
.product_list_index .title{
	font-size: 44px;
	font-weight:normal;
	position: relative;
}
.product_list_index .title:after{
	content: '';
	bottom:-20px;
	width: 80px;
	height: 4px;
	background: #dbbc87;
	position: absolute;
	z-index: 999;
	left: 50px;
}



.product_list_index .productlist{
	 overflow: hidden;
}

.product_list_index .productlist .p-img{
	overflow:hidden;
}
.product_list_index .productlist .p-img  img{
	transition: all 0.6s;
	width:100%;
}
.product_list_index .productlist .p-img a:hover img{
	 transform: scale(1.1);
}
.more{
	 	padding-bottom: 4px;
}
.more:hover{
	 text-decoration: underline; 
	text-underline-position: under;
	text-underline-offset:3px;
 	text-decoration-thickness: 1px; 
    color:#dbbc87;
}


 


.mulu-list{
  border:1px solid #dee2e6;
  width:100%;
  display: flex;
  cursor: pointer;
}
.mulu-list .mulu_box{
	display: flex;
}
.mulu-list .mulu_box .left-p{
   width:360px; 
   padding:30px 0px;
   text-align: center; 
}
.mulu-list .mulu_box .left-p img{
  width:260px;
}
.mulu-list .mulu_box .center-line{
   width: 1px;
   height: 100%;
   padding:30px 0;
   display: flex;
}
.mulu-list .mulu_box .center-line .c-line{
  width: 1px;
  height: 100%;
  background: #ddd;
}

.mulu-list .mulu_box .right-cont{
   width:calc(100% - 361px);
   padding:30px 30px 30px 50px;
   display: flex;
   align-items: center;
}



/**********分页*************/


.page-num-current{
    background-color: #333;
    border-color: #333;
    color:#fff!important;
}
.page-num, .page-link{
	color:#333;
	outline: none;
	 box-shadow: none;
	 font-size: 12px;
}
.page-link:hover{
		color: #333;
		outline: none;
		background:#f8f8f8;
}
.page-num:active,
.page-link:active,
.page-num:focus,
.page-link:focus{
	 outline: none;
	 box-shadow: none;
}

 




/*********新闻列表和详情*****************/

.news-name{
	padding:60px 0  60px 0;
	font-size: 40px;
	font-weight: 300; 
}
.news-name span{
	position: relative;
	display: inline-block;
}
.news-name span:after{
	content: '';
	width: 80px;
	height: 6px;
	background: #D5AF6F;
	bottom:-10px;
	left:50%;
	margin-left: -40px;
	z-index: 99;
	display: inline-block;
	position: absolute;
}

.news-list{
	border:1px solid #ddd;
}
.news-list .new-txt{
	padding-left:50px;
	padding-right:50px;
}


.news-body{  
	margin: 50px 0;
	
}
.news-body .news-title{
	width:80%;
	margin: 0 auto;
	font-weight: bold;
}


.content{
	color:#000;
}

.pages{
        min-height: 200px;
}

.leftbody{
	width:300px;
}

.leftbody .left-title-list{
    margin-top: 33px;
}

.leftbody .left-title1{
	 font-size: 20px;
}
.leftbody .left-title-list ul li{
	 display: block;
	 width: 100%;
	 border-top: 1px solid #ddd;
	 padding:10px;
}


.leftbody .left-title-list2{
    margin-top: 33px;
}


.leftbody .left-title-list2 ul li{
   display: block;
   width: 100%;
   border-top: 1px solid #ddd;
   padding:0px;
}
.leftbody .left-title-list2 ul li a{
  display: block;
  width: 100%;
  padding:10px;
}
.leftbody .left-title-list2 ul li .active{
  background: #f8f8f8;
}



.rightbody{
	width: calc(100% - 320px);
	margin-left: 20px;
}

.newslist{
	border-bottom:1px solid #ddd;
	padding: 0px 10px 20px 0;
	height: 240px;
	margin-bottom: 20px;
}

.newslist .newsimg{
	 height: 100%;
	 text-align: center;
	overflow: hidden;
}
 





/*********联系我们****************/

 
.contact-box{
	height: 220px;
	cursor: pointer;
	background: #F7F8FD;
}

.contact-box:hover{
	background: #FFF;

} 



 .wx img{
 	max-width: 150px;
 	display: none;
 	position: absolute;
 	right:30px;
 	bottom:30px;
 	z-index: 99;
 }
 .contact-box:hover .wx img{
 	display: block;
 }


.form-control{
	display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color:#fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-msg{
	 min-height: 120px;
}

.msgtj{
	width: 100%;
	height: 50px;
	background: #000;
	color:#fff;
	border:none;
	outline: none;
	font-size: 12px;
}
.msgtj:focus{
	outline: none;
	border:none;
}
.msgtj:hover{
	background:#dbbc87;
	color:#fff;
	text-decoration: underline; 
	text-underline-offset:3px;
 	text-decoration-thickness: 1px; 
}

.codeimg{
	height: 50px;
}


.form-control:focus{
	    border-color: #ddd;
	    box-shadow: none;
}

input:focus{
	 outline: none;
}
textarea:focus{
		 outline: none;
}




.aboutT1 {
    font-size: 40px;
    color: #e2e2e2;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-weight: bold;
}

.aboutT2 {
    color: #454545;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.aboutT3 {
    color: #454545;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: enfont;
}

.aboutT4 {
    font-size: 40px;
    color: #e2e2e2;   
    font-weight: 600;
    font-weight: bold; 
}


.store-box{
	height: auto;
	padding:0px;
	cursor: pointer;
 
} 
	
 
.store-box .logo-store{
	width: 200px;
	max-width:200px;
	transition: all 0.6s;
}
.store-box:hover .logo-store{
	 
	opacity: 0.8
}

/*********加盟合作***************/


.youshi .title h3 {
	color: #fff;
}

.youshi .title .st {
	color: #C3C3C3;
}

.youshi .list {
	position: relative;
	width: 100%;
	display: block;
	height: 658px;
}

.youshi .list .img {
	width: 364px;
	height: 364px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -182px;
	margin-left: -182px;
	animation: qiu 1.8s linear infinite;
	-webkit-animation: qiu 1.8s linear infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.youshi .list ul:after {
	content: "";
	display: block;
	clear: both;
}

.youshi .list ul li {
	display: flex;
	padding-top: 110px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.youshi .list ul li .icon {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.youshi .list ul li .icon img{
	display: block;
	max-width: 100%;
}

.youshi .list ul li .text{
	margin-left: 35px;
}

.youshi .list ul li .text h3{
	color: #333333;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.youshi .list ul li .text .st{
	margin-top: 12px;
	width: 230px;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.youshi .list ul li:nth-child(even){
	flex-direction: row-reverse;
}

.youshi .list ul li:nth-child(even) .text{
	margin-left: 0;
	margin-right: 35px;
	text-align: right;
}

.youshi .list ul li:nth-child(even):hover .icon{
	transform: translate(-10px, 10px);
	-ms-transform: translate(-10px, 10px);
	-webkit-transform: translate(-10px, 10px);
}

.youshi .list ul li:nth-child(1) {
	padding-left: 105px;
	padding-top: 20px;
}

.youshi .list ul li:nth-child(2) {
	padding-right: 105px;
	padding-top: 20px;
}

.youshi .list ul li:nth-child(5) {
	padding-left: 66px;
}

.youshi .list ul li:nth-child(6) {
	padding-right: 66px;
}

.youshi .list ul li:hover {
	cursor: pointer;
}

.youshi .list ul li:hover .icon {
	transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	-webkit-transform: translate(10px, 10px);
}

.youshi .list ul li:hover .text h3 {	
	font-weight: 500;
}



.jiameng-box{
	padding-bottom: 120px;
}

.jiameng .box{
	padding: 20px;
	border:1px solid #ddd;
	height: 230px;
	cursor: pointer;
	background: #fff;
	border-radius: 40px;
	transition: all 0.6s;
}
.jiameng .gradient-text-num{  
      text-align: center; 
      font-size: 80px;
      font-weight: bold;
      color:#ddd;
  }

.jiameng:hover .box{
	border-color:#dbbc87;
	border-radius: 0; 
}
.jiameng:hover .gradient-text-num{
      background: linear-gradient(to right, #c8a573 0%, #FFE9C4 60%);
      -webkit-background-clip: text;
      color: transparent;  
  }





.no-display{
	display: none!important;
}

.card-header{
	background: #F7F8FD;
	cursor: pointer;
}

.accordion>.card:not(:last-of-type){
	border-bottom:1px solid #ddd;
}


.artlist{
	 overflow: hidden;
	 position: relative;
	 border:1px solid #111;
}
.artlist img{
	transition: all 0.6s;
}
.artlist .onover{
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items:center;
	justify-content: center;
	color:#fff;
	left:0;
	top:0;
	z-index: 99;
	font-size: 16px;
	display: none;
}
.artlist:hover .onover{
	display: flex; 
}
.artlist:hover img{
	transform: scale(1.2);
}



.list_productlist .subtitle .desc{
	height: 72px;
	line-height: 24px;
	overflow: hidden; 
}



.down-search{
	 position: relative;
	 width: 300px;
	 margin:0px auto 30px auto;
}
.down-search input{
	border: none;
    background: #fff;
    width: 300px;
    height: 40px;
    outline: none;
    padding-left: 15px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: normal;
    transition: all 2s;
    color: #333;
}

.down-search button {
    outline: none;
    border: none;
    background: none;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    position: absolute;
    right: -5px;
    top: 2px;
}



.down-info-list{
	border-bottom: 1px solid #ddd;
}

.down-info-list:last-child{
	 border-bottom: none;
}

.down-link{
	 padding: 15px 20px;
	 background: #f8f8f8;
	 display: inline-block;
}

.down-link:hover{
	background: #222;
	color:#fff;
}
.down-name{
    display: flex;
    max-width: 960px;
    justify-content: space-between;
}
.donw-name-list{
	display: inline-block;
 
}
.donw-name-list img{
	width:80px;
}




.baoyang{
	margin-bottom: 30px;
}

.baoyang .title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.baoyang .desc{
	 padding:20px 0;
	 font-size: 14px;
	 line-height: 24px;
}



.shouhou{
	 display:block;
	 margin:30px auto;
	 background: #ddd;
	 color:#333;
	 padding:30px 50px;
	 font-size: 16px;
}



.p-btn{
	 background: #333;
	
}
.p-btn  a{
	 color:#fff;
}

.p-link{
	display: block;
	background: #f8f8f8;
	padding:15px 30px;
	font-size: 16px;
 }

.active{
	font-weight: bold;
}
.fno{
	font-weight: normal;
}

.actives{
	position: relative;
}
.actives:after{
	content: '';
	width:40px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom:2px;
	z-index: 999;
	left:20px;
}



/*******产品详情************/


.proleft{
  width: 540px;
}
.proright{
  width: calc(100% - 540px)
}


    #magnifier {
      position: relative;
      width: 720px;
      margin: 0px 30px 0 30px;
      display: block;
      margin:0 auto;
    }
    .small-box {
      position: relative;
      width: 720px;
      height: 480px;
      margin-bottom: 20px;
      
    }
    .small-box table td{
      width: 720px;
      height: 480px;
    }
    .small-box img {
      width: auto;
      height: auto;
      max-width: 720px;
      max-height:480px;
    }
    .small-box .hover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 200px;      
      background: #dbbc87;
      opacity: .5;
      filter: alpha(opacity: 50);
      cursor: move;
    }
    .thumbnail-box {
      position: relative;
      width: 100%;
    }
    .thumbnail-box .btn {
      position: absolute;
      top: 50%;
      width: 22px;
      height: 32px;
      margin-top: -16px;
    }
    .thumbnail-box .btn-prev {
      left: 0;
      background: url(../images/btn_prev.png) no-repeat;
    }
    .thumbnail-box .btn-prev.btn_prev_disabled{background: url(../images/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .btn-next {
      right: 0;
      background: url(../images/btn_next.png) no-repeat;
    }
    .thumbnail-box .btn-next.btn_next_disabled{background: url(../images/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .list {
      overflow: hidden;
      width: 680px;
      margin: 0 auto;
    }
    .thumbnail-box .wrapper {
      width: 100000px;
    }
    .thumbnail-box .list .item {
      float: left;
      margin: 0 10px;
    }
    .thumbnail-box .list .item-cur {}
    .thumbnail-box .list .item img {
      border: 1px solid #F8F8F8;
      width: 81px;
      height: 54px;
    }
    .thumbnail-box .list .item-cur img {
      border: 1px solid #DBBC87;
    }
    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 721px;
      top: 0;
      width: 540px;
      height: 540px;
      border: 1px solid #e4e4e4;
      z-index: 99999;
    }
    .big-box img {
      display: block;
    }

    .backlist{
      text-align: center;
    }
    .backlist a{
      display: inline-block;
      padding:15px 40px;
      background: #000;
      color:#fff;
      text-align: center;
      font-size: 18px;
    }

.foot-logo{
            width: 200px;
            float: left;

           }
           .foot-txt{
            width: calc(100% - 200px);
            float: left;
           }
   
   
   
#mypicsduopic {
    width: 100%;
    height: 400px;
    padding-top:50px;
    padding-bottom: 80px;
}

#mypicsduopic  .swiper-wrapper .swiper-slide2{
    width:auto;
}

#mypicsduopic  .swiper-wrapper .swiper-slide2 img{
    height: 100%;
}

#mypicsduopic  .swiper-paginationpic{
    bottom:0;
}





  .small-box{
      position: relative;
  }
 
  .small-box img{
      position: absolute;
      left:50%;
      transform:translateX(-50%);;
      top:0;
      width:100%;
      height:100%;
  }
  .thumbnail-box .list .item{
    position: relative;
  }
  .thumbnail-box .list .item .play{
     position: absolute;
     left:0;
     top:0;
     z-index: 1;
     width: 100%;
     height: 100%;
  }
  .thumbnail-box .list .item .play img{
    width: 100%!important;
    height: 100%;   
  }

  #imgs{
    z-index: 9;
  }
  #hover{
    z-index: 10;
  }
  video{
    z-index: 11;
  }
  .myvideos{
      z-index: 8;
      width:100%;
      height:100%;
      background: #000;      
      left:0;
      top:0;
      position:absolute;
  }  

   .myvideos:hover video{
    position:absolute;
    z-index: 99999999;
    left:0;
    top:0;    
    background: #000;
    width: 100%;
    height: 100%;
  }

  .tc-video{
     position:fixed;
     top:0;
     left:0;
     width: 100%;
     height: 100%;
     z-index: 999999;
     background: rgba(0,0,0,0.8);     
     display: none; 
      
  }

  .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}



 #freemodep{
          height:500px;
          width:100%;
          padding-bottom: 20px;
         }
 #freemodesp{
           bottom:5px!important;
         }
 #freemodesp span{
           background:#DBBC87;            
 }
 #freemodep .swiper-wrapper .swiper-slide{
     width:auto;
 }




.protitlelist{
    font-size: 12px;
    color:#333;
    padding:0 15px;
}

.protitlelist:hover{
    color: #dbbc87;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}





#pro_video{
        width: 100%;
        height: auto;
        margin: 20px auto 0 auto;
        overflow:visible;
    }
.pro_video_box{
	background: #fff;
	border:1px solid #f1f1f1;
	cursor: pointer;
	border-radius: 15px;
	overflow:hidden;
}
.pro_video_box .img{
	height:auto;
	position: relative;
}

.pro_video_box .img img{
	transition: all 0.6s
}
.pro_video_box:hover .img img{
	transform: scale(1.1);
}

.pro_video_box .img .play{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    z-index: 9999;
    
}
.pro_video_box .img .play img{
     width:50px;
     opacity: 0.6;
}
 .pro_video_box:hover .img .play img{
      opacity: 1;
 }
.pro_video_box .title{
	 padding:20px;
}

.pro_video_box .subtitle{
 padding:0 20px 20px 20px;
 overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.pro_video_box .subtitle i{
	transition: all 0.6s;
	margin-top: 3px;
	width:20px;
	height: 12px;
	text-align: right;
	background: url(../images/r.png) no-repeat center center;
	background-size: 100% 100%;
}
.pro_video_box .subtitle span{
	width:calc(100% - 40px);
	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  display: inline-block;
}
.pro_video_box:hover .subtitle i{
	margin-right: -5px
}


.pro_video_btn{
	display: inline-block;
	width: 200px;
	position: relative;
}
 










  /*******产品详情结束 ************/
 
.row0{
	margin-right: -5px;
    margin-left: -5px;
}





/*******联系方式***********/
   .contact-lx .contact-fs{
       border-top: 1px solid #ddd;
       font-size: 16px;
       padding:30px 10px;
       font-weight: bold;
       display: flex;
       width:100%;
       justify-content:flex-start;
    }
    .contact-lx .contact-fs .c1{
    	 width:80px;
     }
     .contact-lx .contact-fs .c2{
    	 width:calc(100% - 100px);
     }
      .contact-lx .contact-fs .c3{
    	 width:20px;
     }
     
    .contact-lx:last-child .contact-fs{
       border-bottom: 1px solid #ddd;
    }
    .rii{
      margin-top: 15px;
      font-size: 20px;      
    }
    .rii i{
      font-weight: bold;
    }
    .contact-lx .contact-fs .i-bg{
       font-size: 20px;
       margin-right: 25px;
       background: #000;
       color:#fff;
       width:50px;
       height: 50px;
       border-radius: 50%;
       text-align: center;
       line-height: 50px;
    }


/******招聘***********/

   .job-left{
      width:280px;
      margin-right: 40px;
   }
   .job-left ul li{
      display: block;
      width:100%;
      padding:10px 0;
      border-bottom:1px solid #ddd;
   }
   .job-left .nav-tabs{
      border-bottom: none;
   }
   .job-content{
      width:calc(100% - 320px);
   }


/******说明书***********/

.shuoming-list{
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	height: auto;
	margin-bottom: 20px;
}



.pro-buy{ 
    border-radius:30px;
       text-align: center;
       cursor: pointer;
       position: relative;     
    display: inline-block; 
    transition: all 0.6s;    
    background:#DBBC87;
    width: 128px;
    height: 40px;
    line-height: 40px;
    color:#000;
}
.pro-buy a{
	color:#fff;
}
.pro-buy:hover .mybuy{
		text-decoration: underline;
		text-underline-position: under;
		text-underline-offset:3px;
		text-decoration-thickness: 1px; 
}

.pro-buy2{
    background: #000;
}
.pro-buy2 a{
	color:#fff;
}

.buy-list{	
	top:40px;
	left:0;
	z-index: 99;
	width:128px;  
	position:absolute;
 	display: none;
 	background: #fff;
 	border:1px solid #dee2e6;
} 

.buy-list a{
	display: block;
	color:#000;
	line-height:40px;
	font-size: 12px;
	border-bottom: 1px solid #dee2e6;
   
}
.buy-list a:last-child{
    border-bottom:none;
}

.pro-buy:hover  .buy-list{
	display: block;
}

.buy-list .list-a:hover{
	 	text-decoration: underline;
		text-underline-position: under;
		text-underline-offset:3px;
		text-decoration-thickness: 1px; 
}





/*****媒体中心**********/

#media{
	height: 480px
}

 #media_slide{
     width:100%;
        height: auto;
        margin: 20px auto;
        overflow:visible;
        padding-right: 30%;
  }
  .media_slide_list{
    width:80%;
    height: 480px;
    overflow:hidden;
    padding:0 0 0  0px;
  }
 
  .media_slide_list img{
    margin-left:150px;
     width: 80%;
     height: 80%;
     border-radius: 30px;
     transition: all 0.6s;
  }
  .swiper-slide-active .media_slide_list img{
     width:100%;
     height: 100%;
     margin-left:0px;
  }
  .media_next{
    right: 350px;
    top:30%;
  }

  .media_slide_txt{
    margin-left: 150px;
    width:80%;
  }
  .swiper-slide-active .media_slide_txt{
    margin-left: 0px;
  }






.media-search{
	 position: relative;
	 width: 300px;
	 float: right;
	 display: inline-block;
	 margin-top:-8px;
}
.media-search input{
	border: none;
    background: #fff;
    width: 300px;
    height: 40px;
    outline: none;
    padding-left: 15px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: normal;
    transition: all 2s;
    color: #666; 
}

.media-search button {
    outline: none;
    border: none;
    background: none;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    position: absolute;
    right: -5px;
    top: 12px;
}




.sohou i{
     width:30px;
     height: 30px;
     background: #000;
     border-radius: 50%;
     color:#fff;
     text-align: center;
     line-height: 30px;
}


input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}

.pc-top-jiange{
	height: 60px;
}



.videomax{
    max-width: 100%;
    max-height:640px;
}











